@charset "UTF-8";
.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1460px) {
  .w1440 {
    width: 94%;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  background-color: #fff;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.27);
}

header .hop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header .logo {
  width: 1.88rem;
  display: inline-block;
  vertical-align: middle;
}

header .logo img {
  width: 100%;
  display: block;
}

header .lx {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  background-color: #eee;
  height: 0.36rem;
  margin: 0 0.2rem;
}

header .lom {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  font-weight: bold;
  line-height: 1.1;
}

header nav {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  text-align: right;
}

header nav .natem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
}

header nav .natem .nas {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0 0.1rem;
}

header nav .natem .nas a {
  display: inline-block;
  line-height: 3.5;
  line-height: 1rem;
  color: #222;
  position: relative;
  padding: 0 0.15rem;
}

header nav .natem .nas:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
  opacity: 0;
  width: 100%;
  height: 2px;
  background-color: #0066cb;
}

header nav .natem .navuls {
  width: 2.2rem;
  width: 2rem;
  position: absolute;
  z-index: 101;
  left: calc(50%);
  top: 100%;
  transform: translateX(-50%);
  background-color: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  display: none;
}

header nav .natem .navuls ul {
  width: 100%;
}

header nav .natem .navuls ul li {
  width: 100%;
  position: relative;
}

header nav .natem .navuls ul li .njm {
  width: 100%;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

header nav .natem .navuls ul li .ns {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  color: #222;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.1rem;
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

header nav .natem .navuls ul li .theul {
  width: 100%;
  background-color: #fff;
  display: none;
}

header nav .natem .navuls ul li .theul li {
  width: 100%;
  font-size: 0;
}

header nav .natem .navuls ul li .theul li .xn {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 2.5;
  padding: 0 0.2rem;
}

header nav .natem .navuls ul li .theul li .xn:hover {
  color: #0066cb;
}

header nav .natem .navuls ul li:hover .ns {
  color: #0066cb;
  background-color: #0066cb;
  color: #fff;
}

header nav .natem .navuls ul li.has-the:after {
  content: "+";
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  background: none;
  right: 0;
  left: auto;
  transform: translateX(0);
  top: 0.05rem;
  font-size: 20px;
  color: #333;
  border: none;
  display: none;
}

header nav .natem .navuls ul li.has-the.show:after {
  content: "-";
}

header nav .natem.on .nas a {
  color: #0066cb;
}

header nav .natem.on .nas:after {
  opacity: 1;
}

header nav .natem:hover .nas a {
  color: #0066cb;
}

header nav .natem:hover .nas:after {
  opacity: 1;
}

header nav .natem.has-nav .nas .ik {
  display: inline-block;
}

header .rav {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

header .rav .menu {
  display: none;
}

header .rav .search {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: center;
  cursor: pointer;
}

header .rav .search .sc {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-left: 0.14rem;
}

header .rav .search .sc img {
  width: 100%;
  display: block;
}

header .rav .search .sc img:first-child {
  display: block;
}

header .rav .search .sc img:last-child {
  display: none;
}

header .sechom {
  position: absolute;
  right: 0;
  width: 4rem;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  padding: 0.1rem;
  top: 100%;
  display: none;
}

header .sechom form {
  width: 100%;
  display: block;
  font-size: 0;
}

header .sechom .input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2.4em - 0.2rem);
  border: solid 1px #e5e5e5;
  margin-right: 0.2rem;
}

header .sechom .input .int {
  width: 100%;
  display: block;
  background-color: #fff;
  line-height: 2.4;
  height: 2.4em;
  color: #111;
  padding: 0 0.1rem;
  border: none;
  background-color: #fff;
}

header .sechom .stn {
  display: inline-block;
  vertical-align: middle;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background-color: #eee;
  position: relative;
}

header .sechom .stn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 21px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

header .sechom .stn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
}

@media (max-width: 800px) {
  header .search {
    width: auto;
    padding: 0 0.15rem;
  }
  header .rav {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-align: right;
    flex: 1;
    padding-right: 3%;
  }
  header .rav .menu {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 0.1rem;
    cursor: pointer;
    position: relative;
  }
  header .rav .menu img {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .rav .menu .clk {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
  header .rav .languages .lauges .lashow .am {
    line-height: 1rem;
  }
  header nav {
    width: 100%;
    position: fixed;
    right: 0;
    top: calc(0.8rem);
    left: auto;
    height: calc(100vh - 0.8rem);
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    z-index: 500;
    transition: transform .3s;
    padding-left: 0.1rem;
    padding: 0.1rem;
    display: block;
    text-align: left;
    display: none;
    border-top: solid 1px #e5e5e5;
  }
  header nav .natem {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    width: 100%;
    padding: 0.1rem 0;
    opacity: 0;
    transform: translate(-10px, -30px);
    transition: all .8s ease;
  }
  header nav .natem .nas {
    width: auto;
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  header nav .natem .nas a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.5;
    color: #333;
    font-weight: bold;
    padding: 0 0.3rem;
    position: relative;
  }
  header nav .natem .nas .ik {
    display: none !important;
  }
  header nav .natem .nas a:hover {
    color: #0066cb;
    background-color: transparent;
  }
  header nav .natem .navuls {
    width: 100%;
    position: relative;
    z-index: 101;
    left: 0%;
    top: 0%;
    transform: translateX(0%);
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    display: none;
    text-align: left;
  }
  header nav .natem .navuls ul {
    width: 100%;
    padding: 0.1rem 0.2rem;
  }
  header nav .natem .navuls ul li {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0;
  }
  header nav .natem .navuls ul li .ns {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #333;
    text-align: left !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.2rem;
    background: #fff;
    position: relative;
  }
  header nav .natem .navuls ul li .ns:hover {
    color: #0066cb;
  }
  header nav .natem .navuls ul li + li {
    border-top: solid 1px #eee;
  }
  header nav .natem .navuls ul li:hover .ns {
    background-color: transparent;
    color: #0066cb;
  }
  header nav .natem .navuls ul li.has-the:after {
    display: block;
  }
  header nav .natem:before {
    display: none !important;
  }
  header nav .natem .prosubnav {
    display: none;
  }
  header nav .natem.on .nas:after {
    display: none;
  }
  header nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.05rem;
    font-size: 20px;
    color: #333;
    border: none;
  }
  header nav .natem.has-nav.show:after {
    content: "-";
  }
  header nav .natem.animate {
    opacity: 1;
    transform: translate(0, 0);
  }
  header .sechom {
    width: 100%;
  }
  header .hop {
    height: 0.8rem;
  }
  header.menu-state .rav .menu img {
    opacity: 0;
  }
}

.banner {
  width: 100%;
  position: relative;
}

.banner .swiper-container, .banner .swiper-wrapper {
  height: auto;
}

.banner .swiper-slide {
  width: 100%;
  position: relative;
}

.banner .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 32.29%;
}

.banner .swiper-pagination {
  bottom: 0.5rem;
  width: auto;
  left: calc(240 / 1920 * 100%);
}

.banner .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 12px;
  position: relative;
  opacity: 1;
  color: #fff;
  height: 12px;
  line-height: 12px;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner .swiper-pagination-bullet-active {
  background-color: #0062af;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

@media (max-width: 800px) {
  .banner .swiper-slide {
    width: 100%;
  }
  .banner .swiper-slide .som .sot a {
    font-size: 12px;
  }
}

footer {
  width: 100%;
  background-color: #0062af;
}

footer .ftop {
  width: 100%;
}

footer .ftop .fop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  padding: 0.3rem 0;
}

footer .ftop .fop .fpl {
  display: inline-block;
  vertical-align: middle;
}

footer .ftop .fop .fpl .fogo {
  display: inline-block;
  vertical-align: middle;
  width: 1.32rem;
}

footer .ftop .fop .fpl .fogo img {
  width: 100%;
  display: block;
}

footer .ftop .fop .fpl .fm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 0.2rem;
}

footer .ftop .fop .fpr {
  display: inline-block;
  vertical-align: middle;
}

footer .ftop .fop .fpr .am {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
}

footer .ftop .fop .fpr .am a, footer .ftop .fop .fpr .am img {
  width: 100%;
  display: block;
}

footer .ftop .fop .fpr .am .a1 {
  display: block;
}

footer .ftop .fop .fpr .am .a2 {
  display: none;
}

footer .ftop .fop .fpr .am:hover {
  background-color: #ea6000;
}

footer .ftop .fop .fpr .am:hover .a1 {
  display: none;
}

footer .ftop .fop .fpr .am:hover .a2 {
  display: block;
}

footer .ftop .fop .fpr .am + .am {
  margin-left: 0.1rem;
}

footer .ftop .fot {
  width: 100%;
  padding: 0.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .ftop .fot .ftl {
  display: inline-block;
  vertical-align: top;
  width: calc(1050 / 1440 * 100%);
}

footer .ftop .fot .ftl .flist {
  display: inline-block;
  vertical-align: top;
  width: calc(150 / 1050 * 100%);
  padding-right: 0.1rem;
  text-align: left;
}

footer .ftop .fot .ftl .flist .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.1rem;
}

footer .ftop .fot .ftl .flist .fit a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.4;
  transition: all ease 0.5s;
  padding: 0.06rem 0;
}

footer .ftop .fot .ftl .flist .fit a:hover {
  color: #fff;
}

footer .ftop .fot .ftl .flist .ful {
  width: 100%;
}

footer .ftop .fot .ftl .flist .ful a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  transition: all ease 0.5s;
  line-height: 2;
}

footer .ftop .fot .ftl .flist .ful a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.05rem;
  margin-right: 0.05rem;
  width: 5px;
  margin-right: 5px;
}

footer .ftop .fot .ftl .flist .ful a span img {
  width: 100%;
  display: block;
}

footer .ftop .fot .ftl .flist .ful a span img:first-child {
  display: block;
}

footer .ftop .fot .ftl .flist .ful a span img:last-child {
  display: none;
}

footer .ftop .fot .ftl .flist .ful a:hover {
  color: #fff;
}

footer .ftop .fot .ftl .flist .ful a:hover span img:first-child {
  display: none;
}

footer .ftop .fot .ftl .flist .ful a:hover span img:last-child {
  display: block;
}

footer .ftop .fot .ftl .flist .ful div {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
  transition: all ease 0.5s;
}

footer .ftop .fot .ftr {
  display: inline-block;
  vertical-align: top;
  width: calc(340 / 1440 * 100%);
  text-align: right;
}

footer .ftop .fot .ftr .tell {
  width: 100%;
  font-size: 0;
}

footer .ftop .fot .ftr .tell .ic {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.15rem;
  margin-top: 0;
}

footer .ftop .fot .ftr .tell .ic img {
  width: 100%;
  display: block;
}

footer .ftop .fot .ftr .tell .cm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 20px - 0.15rem);
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

footer .ftop .fot .ftr .tic {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

footer .ftop .fot .ftr .codm {
  width: 100%;
  display: block;
  font-size: 0;
  margin-top: 0.3rem;
}

footer .ftop .fot .ftr .codm .cm {
  width: 1.3rem;
  display: inline-block;
  vertical-align: middle;
}

footer .ftop .fot .ftr .codm .cm img {
  width: 100%;
  display: block;
}

footer .ftop .fot .ftr .codm .cx {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 2;
}

footer .fbot {
  width: 100%;
  padding: 0.3rem 0;
}

footer .fbot .fob {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

footer .fbot .fob .fb {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}

footer .fbot .fob .fb p {
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}

footer .fbot .fob .selects {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

footer .fbot .fob .selects .select {
  display: inline-block;
  vertical-align: middle;
  width: 2.1rem;
  border: solid 1px rgba(255, 255, 255, 0.1);
}

footer .fbot .fob .selects .select .select-con {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
}

footer .fbot .fob .selects .select .select-con .select-value {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 3.2;
  height: 3.2em;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0.2rem;
  padding-right: 0.3rem;
  cursor: pointer;
}

footer .fbot .fob .selects .select .select-con .seuls {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  z-index: 2;
  display: none;
  border: solid 1px rgba(255, 255, 255, 0.1);
}

footer .fbot .fob .selects .select .select-con .seuls .option {
  width: 100%;
  display: block;
  line-height: 2.8;
  width: 100%;
  padding: 0 0.2rem;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}

footer .fbot .fob .selects .select .select-con .seuls .option:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

footer .fbot .fob .selects .select .select-con:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 12px;
  height: 7px;
  background-image: url("../images/x.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 800px) {
  footer .ftop .fop {
    text-align: center;
  }
  footer .ftop .fop .fpr .am {
    width: 0.6rem;
    height: 0.6rem;
  }
  footer .ftop .fot {
    align-items: center;
    padding-bottom: 0;
  }
  footer .ftop .fot .ftm {
    order: 1;
    width: 100%;
    padding-right: 0.25rem;
  }
  footer .ftop .fot .ftr {
    order: 2;
    width: 100%;
    max-width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  footer .ftop .fot .ftr .tomp {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
  }
  footer .ftop .fot .ftr .codm {
    width: auto;
    margin-left: 0.3rem;
    display: inline-block;
    vertical-align: middle;
  }
  footer .ftop .fot .ftl {
    order: 3;
  }
  footer .ftop .fot .ftl .flist {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    position: relative;
  }
  footer .ftop .fot .ftl .flist .fit {
    width: 100%;
    margin-bottom: 0;
    padding: 0.3rem 0;
  }
  footer .ftop .fot .ftl .flist .lx {
    display: none;
  }
  footer .ftop .fot .ftl .flist .ful {
    width: 100%;
    font-size: 0;
    padding-bottom: 0.15rem;
    display: none;
  }
  footer .ftop .fot .ftl .flist .ful a {
    line-height: 2;
  }
  footer .ftop .fot .ftl .flist:first-child {
    border-top: solid 1px rgba(255, 255, 255, 0.15);
  }
  footer .ftop .fot .ftl .flist.has-ful:after {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 8px;
    background-image: url("../images/x.png");
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    right: 0.2rem;
    left: auto;
    transform: translateX(0) rotate(180deg);
    top: 0.45rem;
    color: #333;
    border: none;
    transition: all ease 0.5s;
  }
  footer .ftop .fot .ftl .flist.has-ful.show:after {
    content: " ";
    transform: translateX(0) rotate(0deg);
  }
}

.modular {
  width: 100%;
}

.modular .mitop {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 0.4rem;
}

.modular .mitop .mit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.modular .mitop .mip {
  width: 100%;
  color: #888;
  line-height: 1.5;
  max-width: 80%;
  margin: 0 auto;
}

.modular .mitop .righv {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: 0;
  bottom: 0;
}

.modular .mitop .righv a {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.5;
}

.modular .mitop .righv span {
  display: inline-block;
  vertical-align: middle;
  width: 0.19rem;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.modular .mitop .righv span img {
  width: 100%;
  display: block;
}

.modular .mitop .righv span img:first-child {
  display: block;
}

.modular .mitop .righv span img:last-child {
  display: none;
}

.modular .mitop .righv:hover a {
  color: #0062af;
}

.modular .mitop .righv:hover span img:first-child {
  display: none;
}

.modular .mitop .righv:hover span img:last-child {
  display: block;
}

@media (max-width: 800px) {
  .modular .mitop .mit {
    margin-bottom: 0.1rem;
  }
  .modular .mitop .righv {
    bottom: auto;
    transform: translateY(40%);
    top: 0%;
  }
}

.newsd {
  width: 100%;
  padding: 0.6rem 0;
}

.newsd .newpers {
  width: 100%;
}

.newsd .newpers .swiper-slide {
  width: 100%;
}

.newsd .newpers .swiper-slide a {
  width: 100%;
  display: block;
}

.newsd .newpers .swiper-slide .days {
  width: 100%;
  padding-bottom: 0.1rem;
}

.newsd .newpers .swiper-slide .days .date {
  width: 100%;
  color: #bbb;
  line-height: 1.3;
  font-weight: bold;
}

.newsd .newpers .swiper-slide .days .day {
  width: 100%;
  color: #bbb;
  line-height: 1.5;
}

.newsd .newpers .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0.1rem 0;
}

.newsd .newpers .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 62.22%;
  transition: all ease 0.5s;
}

.newsd .newpers .swiper-slide .comp {
  width: 100%;
  padding: 0.1rem 0;
}

.newsd .newpers .swiper-slide .comp .cit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.newsd .newpers .swiper-slide .comp .eim {
  width: 100%;
  color: #999;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.1rem;
}

.newsd .newpers .swiper-slide:hover .days .date, .newsd .newpers .swiper-slide:hover .days .day {
  color: #0062af;
}

.newsd .newpers .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.newsd .newpers .swiper-slide:hover .comp .cit {
  color: #0062af;
}

.contacts {
  width: 100%;
  padding: 0.4rem 0 0 0;
}

.contacts .conten {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.contacts .conten .col {
  display: inline-block;
  vertical-align: middle;
  width: calc(500 / 1440 * 100%);
}

.contacts .conten .col .ctop {
  width: 100%;
  margin-bottom: 0.35rem;
}

.contacts .conten .col .ctop .cid {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.contacts .conten .col .ctop .cip {
  width: 100%;
  color: #0062af;
  line-height: 1.5;
}

.contacts .conten .col .culs {
  width: 100%;
}

.contacts .conten .col .culs .cli {
  width: 100%;
  font-size: 0;
  padding: 0.05rem 0;
}

.contacts .conten .col .culs .cli .ic {
  display: inline-block;
  vertical-align: top;
  width: 0.21rem;
  margin-right: 0.1rem;
  margin-top: calc(0.75em - 0.105rem);
}

.contacts .conten .col .culs .cli .ic img {
  width: 100%;
  display: block;
}

.contacts .conten .col .culs .cli .cm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.21rem - 0.1rem);
  color: #666;
  line-height: 1.5;
}

.contacts .conten .col .kfm {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
}

.contacts .conten .col .kfm a {
  display: inline-block;
  vertical-align: middle;
  background-color: #ff6600;
  line-height: 3.2;
  height: 3.2em;
  border-radius: 1.6em;
  color: #fff;
  padding: 0 0.4rem;
}

.contacts .conten .col .kfm a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.contacts .conten .col .kfm a span img {
  width: 100%;
  display: block;
}

.contacts .conten .cor {
  display: inline-block;
  vertical-align: middle;
  width: calc(737 / 1440 * 100%);
}

.contacts .conten .cor .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contacts .conten .cor .imgs .img {
  width: 100%;
  padding-top: 101.76%;
}

@media (max-width: 700px) {
  .contacts .conten {
    padding-bottom: 2rem;
  }
  .contacts .conten .col {
    width: 100%;
    padding: 0.4rem 0;
  }
  .contacts .conten .cor {
    /*position: absolute;*/
    /*right: 3%;*/
    /*bottom: 0;*/
    width: 100%;
  }
}

.designs {
  width: 100%;
  position: relative;
  padding-bottom: 1.6rem;
}

.designs .desgn {
  width: 100%;
  position: relative;
}

.designs .desgn .height {
  width: 100%;
  position: relative;
}

.designs .desgn .height .hm {
  width: 100%;
  padding-top: 41.66%;
}

.designs .desgn .desom {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: calc(240 / 1920 * 100%);
  width: 100%;
  position: absolute;
  z-index: 3;
  max-width: 6.2rem;
}

.designs .desgn .desom .diop {
  width: 100%;
  margin-bottom: 0.35rem;
}

.designs .desgn .desom .diop .dit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.designs .desgn .desom .diop .dit p {
  color: #fff;
  line-height: 1.5;
}

.designs .desgn .desom .dimp {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  height: 6em;
  overflow: auto;
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}

.designs .desgn .desom .dimp::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.designs .desgn .desom .dimp::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 98, 175, 0.6);
  background: rgba(0, 98, 175, 0.6);
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.designs .desgn .desom .dimp::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}

.designs .desgn .desom .dimp p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.designs .desgn .desom .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.6rem;
}

.designs .desgn .desom .more a {
  display: inline-block;
  vertical-align: middle;
  background-color: #ff6600;
  color: #fff;
  line-height: 3.2;
  border-radius: 1.6em;
  padding: 0 0.4rem;
}

.designs .desgn .desom .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.19rem;
  position: relative;
  top: -0.02rem;
  margin-left: 0.1rem;
}

.designs .desgn .desom .more a span img {
  width: 100%;
  display: block;
}

.designs .dates {
  width: calc(1680 / 1920 * 100%);
  background-color: #fff;
  margin-left: calc(240 / 1920 * 100%);
  font-size: 0;
  padding-right: calc(240 / 1920 * 100%);
  position: absolute;
  bottom: 0rem;
  left: 0;
}

.designs .dates .datem {
  display: inline-block;
  vertical-align: top;
  width: calc(288 / 1440 * 100%);
}

.designs .dates .datem a {
  width: 100%;
  display: block;
  padding: 0.6rem 0.4rem;
  transition: all ease 0.5s;
  background-color: #fff;
}

.designs .dates .datem .hc {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
}

.designs .dates .datem .hc img {
  width: 100%;
  display: block;
}

.designs .dates .datem .hc img:first-child {
  display: block;
}

.designs .dates .datem .hc img:last-child {
  display: none;
}

.designs .dates .datem .dum {
  width: 100%;
  color: #444;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.4rem 0 0.25rem;
}

.designs .dates .datem .dum span {
  display: inline-block;
  color: #444;
  font-weight: bold;
  line-height: 1.5;
}

.designs .dates .datem .dix {
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  height: 3em;
}

.designs .dates .datem.on a, .designs .dates .datem:hover a {
  background-color: #0062af;
}

.designs .dates .datem.on .hc img:first-child, .designs .dates .datem:hover .hc img:first-child {
  display: none;
}

.designs .dates .datem.on .hc img:last-child, .designs .dates .datem:hover .hc img:last-child {
  display: block;
}

.designs .dates .datem.on .dum, .designs .dates .datem:hover .dum {
  color: #fff;
}

.designs .dates .datem.on .dum span, .designs .dates .datem:hover .dum span {
  color: #fff;
}

.designs .dates .datem.on .dix, .designs .dates .datem:hover .dix {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1460px) {
  .designs .desgn .desom {
    left: 3%;
    max-width: 10rem;
  }
  .designs .dates {
    width: 97%;
    margin-left: 3%;
    padding-right: 3%;
  }
}

@media (max-width: 900px) {
  .designs {
    padding-bottom: 0;
  }
  .designs .desgn .height {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .designs .desgn .height .hm {
    padding-top: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .designs .desgn .desom {
    width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    max-width: 94%;
  }
  .designs .dates {
    position: relative;
    font-size: 0;
  }
  .designs .dates .datem {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
  }
  .designs .dates .datem a {
    padding: 0.2rem;
  }
}

.exhibition {
  width: 100%;
  padding: 0.6rem 0;
}

.exhibition .exhiblist {
  width: 100%;
  font-size: 0;
}

.exhibition .exhiblist .exhim {
  display: inline-block;
  vertical-align: top;
  width: calc(466/ 1440 * 100%);
  margin-right: calc(20 / 1440 * 100%);
  margin-bottom: 0.2rem;
  position: relative;
}

.exhibition .exhiblist .exhim a {
  width: 100%;
  display: block;
}

.exhibition .exhiblist .exhim .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.exhibition .exhiblist .exhim .imgs .img {
  width: 100%;
  padding-top: 68.24%;
  transition: all ease 0.5s;
}

.exhibition .exhiblist .exhim .pic {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.1rem 0.2rem;
  color: #444;
  line-height: 1.8;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: all ease 0.5s;
  opacity: 1;
}

.exhibition .exhiblist .exhim .eox {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 98, 175, 0.6);
  padding: 0.2rem;
  transition: all ease 0.5s;
  opacity: 0;
}

.exhibition .exhiblist .exhim .eox .eoc {
  width: 100%;
  padding: 0.3rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border: solid 1px rgba(246, 246, 246, 0.2);
}

.exhibition .exhiblist .exhim .eox .eoc .eit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.exhibition .exhiblist .exhim .eox .eoc .rob {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.exhibition .exhiblist .exhim .eox .eoc .rob .rbl {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.35rem);
  padding-right: 0.2rem;
}

.exhibition .exhiblist .exhim .eox .eoc .rob .rbl .rli {
  width: 100%;
  font-size: 0;
}

.exhibition .exhiblist .exhim .eox .eoc .rob .rbl .rli .rc {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
  margin-top: calc(0.75em - 0.08rem);
}

.exhibition .exhiblist .exhim .eox .eoc .rob .rbl .rli .rc img {
  width: 100%;
  display: block;
}

.exhibition .exhiblist .exhim .eox .eoc .rob .rbl .rli .rm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 16px - 0.1rem);
  line-height: 1.5;
  color: #fefefe;
}

.exhibition .exhiblist .exhim .eox .eoc .rob .rbr {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
  height: 0.35rem;
}

.exhibition .exhiblist .exhim .eox .eoc .rob .rbr img {
  width: 100%;
  display: block;
}

.exhibition .exhiblist .exhim:hover .imgs .img {
  transform: scale(1.1);
}

.exhibition .exhiblist .exhim:hover .eox {
  opacity: 1;
}

.exhibition .exhiblist .exhim:hover .pic {
  opacity: 0;
}

.exhibition .exhiblist .exhim:nth-child(3n) {
  margin-right: 0;
}

.Onlines {
  width: 100%;
  padding: 0.6rem 0;
}

.Onlines .onlinper {
  width: 100%;
  position: relative;
}

.Onlines .onlinper .swiper-slide {
  width: calc(900 / 1440 * 100%);
}

.Onlines .onlinper .swiper-slide a {
  width: 100%;
  display: block;
}

.Onlines .onlinper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.27);
}

.Onlines .onlinper .swiper-slide .imgs .mx {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.Onlines .onlinper .swiper-slide .imgs .mx:after {
  content: ' ';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all ease 0.5s;
}

.Onlines .onlinper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 55.55%;
  transition: all ease 0.5s;
}

.Onlines .onlinper .swiper-slide .sim {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-top: 0.15rem;
  transition: all ease 0.5s;
  opacity: 0;
}

.Onlines .onlinper .swiper-slide-active .imgs .mx:after {
  opacity: 0;
}

.Onlines .onlinper .swiper-slide-active .sim {
  opacity: 1;
}

.Onlines .onlinper .btn {
  position: absolute;
  z-index: 3;
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
  top: calc(50% - 0.225rem);
  transform: translateY(-50%);
  border-radius: 50%;
}

.Onlines .onlinper .btn img {
  width: 100%;
  display: block;
}

.Onlines .onlinper .btn img:first-child {
  display: block;
}

.Onlines .onlinper .btn img:last-child {
  display: none;
}

.Onlines .onlinper .btn:hover img:first-child {
  display: none;
}

.Onlines .onlinper .btn:hover img:last-child {
  display: block;
}

.Onlines .onlinper .bl {
  left: calc(250 / 1440 * 100%);
}

.Onlines .onlinper .br {
  right: calc(250 / 1440 * 100%);
}

.construction {
  width: 100%;
  padding: 0.6rem 0;
}

.construction .exhiblist {
  width: 100%;
  font-size: 0;
}

.construction .exhiblist .exhim {
  display: inline-block;
  vertical-align: top;
  width: calc(466/ 1440 * 100%);
  margin-right: calc(20 / 1440 * 100%);
  margin-bottom: 0.2rem;
  position: relative;
}

.construction .exhiblist .exhim a {
  width: 100%;
  display: block;
}

.construction .exhiblist .exhim .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.construction .exhiblist .exhim .imgs .img {
  width: 100%;
  padding-top: 68.24%;
  transition: all ease 0.5s;
}

.construction .exhiblist .exhim .pic {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.1rem 0.2rem;
  color: #444;
  line-height: 1.8;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: all ease 0.5s;
  opacity: 1;
}

.construction .exhiblist .exhim .eox {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 98, 175, 0.6);
  padding: 0.2rem;
  transition: all ease 0.5s;
  opacity: 0;
}

.construction .exhiblist .exhim .eox .eoc {
  width: 100%;
  padding: 0.3rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border: solid 1px rgba(246, 246, 246, 0.2);
}

.construction .exhiblist .exhim .eox .eoc .eit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.construction .exhiblist .exhim .eox .eoc .rob {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.construction .exhiblist .exhim .eox .eoc .rob .rbl {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.35rem);
  padding-right: 0.2rem;
}

.construction .exhiblist .exhim .eox .eoc .rob .rbl .rli {
  width: 100%;
  font-size: 0;
}

.construction .exhiblist .exhim .eox .eoc .rob .rbl .rli .rc {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
  margin-top: calc(0.75em - 0.08rem);
}

.construction .exhiblist .exhim .eox .eoc .rob .rbl .rli .rc img {
  width: 100%;
  display: block;
}

.construction .exhiblist .exhim .eox .eoc .rob .rbl .rli .rm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 16px - 0.1rem);
  line-height: 1.5;
  color: #fefefe;
}

.construction .exhiblist .exhim .eox .eoc .rob .rbr {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
  height: 0.35rem;
}

.construction .exhiblist .exhim .eox .eoc .rob .rbr img {
  width: 100%;
  display: block;
}

.construction .exhiblist .exhim:hover .imgs .img {
  transform: scale(1.1);
}

.construction .exhiblist .exhim:hover .eox {
  opacity: 1;
}

.construction .exhiblist .exhim:hover .pic {
  opacity: 0;
}

.construction .exhiblist .exhim:nth-child(5n+3) {
  margin-right: 0;
}

.construction .exhiblist .exhim:nth-child(5n+4) {
  width: calc( 710 / 1440 * 100%);
}

.construction .exhiblist .exhim:nth-child(5n+4) .imgs .img {
  padding-top: 49.29%;
}

.construction .exhiblist .exhim:nth-child(5n+5) {
  width: calc( 710 / 1440 * 100%);
  margin-right: 0;
}

.construction .exhiblist .exhim:nth-child(5n+5) .imgs .img {
  padding-top: 49.29%;
}

.activity {
  width: 100%;
  padding: 0.6rem 0;
}

.activity .activpers {
  width: 100%;
}

.activity .activpers .swiper-container {
  padding-bottom: 0.6rem;
}

.activity .activpers .swiper-slide {
  width: 100%;
  position: relative;
}

.activity .activpers .swiper-slide a {
  width: 100%;
  display: block;
}

.activity .activpers .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.activity .activpers .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 58.15%;
  transition: all ease 0.5s;
}

.activity .activpers .swiper-slide .pic {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.1rem 0.2rem;
  color: #444;
  line-height: 1.8;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: all ease 0.5s;
  opacity: 1;
}

.activity .activpers .swiper-slide .eox {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 98, 175, 0.6);
  padding: 0.2rem;
  transition: all ease 0.5s;
  opacity: 0;
}

.activity .activpers .swiper-slide .eox .eoc {
  width: 100%;
  padding: 0.3rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border: solid 1px rgba(246, 246, 246, 0.2);
}

.activity .activpers .swiper-slide .eox .eoc .eit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.activity .activpers .swiper-slide .eox .eoc .rob {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.activity .activpers .swiper-slide .eox .eoc .rob .rbl {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.35rem);
  padding-right: 0.2rem;
}

.activity .activpers .swiper-slide .eox .eoc .rob .rbl .rli {
  width: 100%;
  font-size: 0;
}

.activity .activpers .swiper-slide .eox .eoc .rob .rbl .rli .rc {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
  margin-top: calc(0.75em - 0.08rem);
}

.activity .activpers .swiper-slide .eox .eoc .rob .rbl .rli .rc img {
  width: 100%;
  display: block;
}

.activity .activpers .swiper-slide .eox .eoc .rob .rbl .rli .rm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 16px - 0.1rem);
  line-height: 1.5;
  color: #fefefe;
}

.activity .activpers .swiper-slide .eox .eoc .rob .rbr {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
  height: 0.35rem;
}

.activity .activpers .swiper-slide .eox .eoc .rob .rbr img {
  width: 100%;
  display: block;
}

.activity .activpers .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.activity .activpers .swiper-slide:hover .eox {
  opacity: 1;
}

.activity .activpers .swiper-slide:hover .pic {
  opacity: 0;
}

.activity .activpers .swiper-scrollbar-drag {
  background-color: #ff6600;
}

.nanber {
  width: 100%;
  position: relative;
}

.nanber .imgs {
  width: 100%;
  position: relative;
}

.nanber .imgs .img {
  width: 100%;
  padding-top: 20.83%;
}

.crumbs {
  width: 100%;
}

.crumbs .column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
}

.crumbs .column .cur {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
}

.crumbs .column .cur .swiper-wrapper {
  justify-content: flex-end;
}

.crumbs .column .cur .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
}

.crumbs .column .cur .swiper-slide a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 3.5em;
  width: auto;
  padding: 0 0.2rem;
}

.crumbs .column .cur .swiper-slide:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #0062af;
  opacity: 0;
  transition: all ease 0.5s;
}

.crumbs .column .cur .swiper-slide:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.15rem;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all ease 0.5s;
}

.crumbs .column .cur .swiper-slide:last-child:after {
  display: none;
}

.crumbs .column .cur .swiper-slide.on:before, .crumbs .column .cur .swiper-slide:hover:before {
  opacity: 1;
}

.crumbs .column .cur .swiper-slide.on a, .crumbs .column .cur .swiper-slide:hover a {
  color: #0062af;
}

.crumbs .column .colum {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.crumbs .column .colum .home {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.crumbs .column .colum .home img {
  width: 100%;
  display: block;
}

.crumbs .column .colum .cm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.05rem;
  color: #666;
  line-height: 3.5;
}

.crumbs .column .colum a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #666;
  line-height: 3.5;
  max-width: 4.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.crumbs .column .colum a span {
  display: inline-block;
  color: #666;
  margin: 0 0.14rem 0 0.18rem;
  line-height: 3.5;
  position: relative;
  top: 0.02rem;
  width: 6px;
  height: 12px;
}

.crumbs .column .colum a span img {
  width: 100%;
  display: block;
}

.crumbs .column .colum a:hover {
  color: #0066cb;
}

.crumbs .column .colum a:last-child span {
  display: none;
}

.crumbs .column .curm {
  display: inline-block;
  vertical-align: middle;
  color: #0066cb;
  line-height: 3.5;
}

.crumbs .column .curm b {
  display: inline-block;
  color: #0062af;
  line-height: 3.5;
}

.crumbs.shomd {
  background-color: #f5f8fd;
}

@media (max-width: 800px) {
  .crumbs .column .colum {
    width: 100%;
    border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
  }
  .crumbs .column .curm {
    width: 100%;
  }
  .crumbs .column .cur {
    width: 100%;
  }
}

.contont {
  width: 100%;
  padding: 0.6rem 0;
}

.contont .mapsm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contont .mapsm .map {
  display: inline-block;
  vertical-align: middle;
  width: calc(960 / 1440 * 100%);
  /*height: 6rem;*/
}

.contont .mapsm .mar {
  display: inline-block;
  vertical-align: middle;
  width: calc(480 / 1440 * 100%);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0.5rem;
}

.contont .mapsm .mar .ctop {
  width: 100%;
  margin-bottom: 0.35rem;
}

.contont .mapsm .mar .ctop .cid {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.contont .mapsm .mar .ctop .cip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.contont .mapsm .mar .culs {
  width: 100%;
}

.contont .mapsm .mar .culs .cli {
  width: 100%;
  font-size: 0;
  padding: 0.05rem 0;
}

.contont .mapsm .mar .culs .cli .ic {
  display: inline-block;
  vertical-align: top;
  width: 0.21rem;
  margin-right: 0.1rem;
  margin-top: calc(0.75em - 0.105rem);
}

.contont .mapsm .mar .culs .cli .ic img {
  width: 100%;
  display: block;
}

.contont .mapsm .mar .culs .cli .cm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.21rem - 0.1rem);
  color: #fff;
  line-height: 1.5;
}

.contont .mapsm .mar .kfm {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
}

.contont .mapsm .mar .kfm a {
  display: inline-block;
  vertical-align: middle;
  background-color: #ff6600;
  line-height: 3.2;
  height: 3.2em;
  border-radius: 1.6em;
  color: #fff;
  padding: 0 0.4rem;
}

.contont .mapsm .mar .kfm a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.contont .mapsm .mar .kfm a span img {
  width: 100%;
  display: block;
}

.customs {
  width: 100%;
  padding: 1rem 0;
  background-color: #f5f8fd;
}

.customs .cuslist {
  width: 100%;
  font-size: 0;
}

.customs .cuslist .cusom {
  display: inline-block;
  vertical-align: top;
  width: calc(266 / 1440 * 100%);
}

.customs .cuslist .cusom .imgs {
  width: 100%;
  position: relative;
}

.customs .cuslist .cusom .imgs .img {
  width: 100%;
  padding-top: 95.48%;
}

.customs .cuslist .cusom .imgs .oxm {
  position: absolute;
  width: calc(200 / 266 * 100%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  padding: 0.1rem;
}

.customs .cuslist .cusom .imgs .oxm .logo {
  width: 100%;
  padding-top: 86.5%;
}

.customs .cuslist .cusom:nth-child(9n+1) {
  margin-left: calc(120 / 1440 * 100%);
  position: relative;
  z-index: 2;
}

.customs .cuslist .cusom:nth-child(9n+1) .imgs .img {
  background-image: url("../images/fk1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.customs .cuslist .cusom:nth-child(9n+2), .customs .cuslist .cusom:nth-child(9n+3), .customs .cuslist .cusom:nth-child(9n+4) {
  margin-left: calc(44 / 1440 * 100%);
  position: relative;
  z-index: 2;
}

.customs .cuslist .cusom:nth-child(9n+2) .imgs .img, .customs .cuslist .cusom:nth-child(9n+3) .imgs .img, .customs .cuslist .cusom:nth-child(9n+4) .imgs .img {
  background-image: url("../images/fk1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.customs .cuslist .cusom:nth-child(9n+4) {
  margin-left: calc(44 / 1440 * 100%);
  margin-right: calc(120 / 1440 * 100%);
  position: relative;
  z-index: 2;
}

.customs .cuslist .cusom:nth-child(9n+4) .imgs .img {
  background-image: url("../images/fk1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.customs .cuslist .cusom:nth-child(9n+5) {
  margin-top: calc( -166 / 1440 * 100%);
  margin-left: calc( -35 / 1440 * 100%);
  position: relative;
  z-index: 1;
}

.customs .cuslist .cusom:nth-child(9n+5) .imgs .img {
  background-image: url("../images/fk2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.customs .cuslist .cusom:nth-child(9n+6), .customs .cuslist .cusom:nth-child(9n+7), .customs .cuslist .cusom:nth-child(9n+8) {
  margin-top: calc( -166 / 1440 * 100%);
  margin-left: calc( 44 / 1440 * 100%);
  position: relative;
  z-index: 1;
}

.customs .cuslist .cusom:nth-child(9n+6) .imgs .img, .customs .cuslist .cusom:nth-child(9n+7) .imgs .img, .customs .cuslist .cusom:nth-child(9n+8) .imgs .img {
  background-image: url("../images/fk2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.customs .cuslist .cusom:nth-child(9n+9) {
  margin-top: calc( -166 / 1440 * 100%);
  margin-left: calc( 44 / 1440 * 100%);
  margin-right: calc( -35 / 1440 * 100%);
  position: relative;
  z-index: 1;
}

.customs .cuslist .cusom:nth-child(9n+9) .imgs .img {
  background-image: url("../images/fk2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.customs .cuslist .cusom:nth-child(9n+9) ~ .cusom {
  margin-top: calc( -164 / 1440 * 100%);
}

@media (max-width: 800px) {
  .customs {
    overflow: hidden;
    padding: 0.3rem 0;
  }
  .customs .cuslist .cusom {
    width: calc(760 / 1440 * 100%);
  }
  .customs .cuslist .cusom:nth-child(3n+1) {
    margin-left: calc(340 / 1440 * 100%) !important;
    margin-right: calc(340 / 1440 * 100%) !important;
    z-index: 3;
  }
  .customs .cuslist .cusom:nth-child(3n+1) .imgs .img {
    background-image: url("../images/fk1.png") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .customs .cuslist .cusom:nth-child(3n+2) {
    margin-right: calc(0 / 1440 * 100%) !important;
    margin-left: calc(-104 / 1440 * 100%) !important;
    margin-top: calc(-476 / 1440 * 100%) !important;
    z-index: 2;
  }
  .customs .cuslist .cusom:nth-child(3n+2) .imgs .img {
    background-image: url("../images/fk2.png") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .customs .cuslist .cusom:nth-child(3n+3) {
    margin-left: calc(132 / 1440 * 100%) !important;
    margin-right: calc(-204 / 1440 * 100%) !important;
    margin-top: calc(-476 / 1440 * 100%) !important;
    z-index: 2;
  }
  .customs .cuslist .cusom:nth-child(3n+3) .imgs .img {
    background-image: url("../images/fk2.png") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .customs .cuslist .cusom:nth-child(3n+3) ~ .cusom {
    margin-top: calc(-470 / 1440 * 100%) !important;
  }
}

.pages {
  width: 100%;
  padding: 0.4rem 0;
  font-size: 0;
  text-align: center;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #666;
  margin: 0 0.1rem;
  border-radius: 50%;
  border: dashed 1px rgba(0, 0, 0, 0.1);
}

.pages .page.ltn {
  background-image: url("../images/b5.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.rtn {
  background-image: url("../images/b6.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.on {
  background-color: #0066cb;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  border: solid 1px #0066cb;
  box-shadow: 0px 10px 30px 0px rgba(0, 65, 62, 0.1);
}

.pages .page.ltn:hover {
  background-color: #0066cb;
  background-image: url("../images/b7.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.on.ltn {
  background-color: #0066cb;
  background-image: url("../images/b7.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.on.rtn {
  background-color: #0066cb;
  background-image: url("../images/b8.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.rtn:hover {
  background-color: #0066cb;
  background-image: url("../images/b8.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.auto {
  width: auto;
  padding: 0 0.24rem;
}

.pages .page:hover {
  background-color: #0066cb;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 65, 62, 0.1);
}

@media (max-width: 900px) {
  .pages .page {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}

.designp {
  width: 100%;
  padding: 0.6rem 0;
}

.designp .detop {
  width: 100%;
  margin-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.designp .detop .del {
  display: inline-block;
  vertical-align: middle;
}

.designp .detop .del .mit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.designp .detop .del .mip {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.designp .detop .der {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.designp .detop .der .searchx {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background-color: #f5f8fd;
  border-radius: 1.5em;
}

.designp .detop .der .searchx form {
  width: 100%;
  display: block;
  min-width: 3.2rem;
  font-size: 0;
  padding: 0 0.24rem;
}

.designp .detop .der .searchx .sin {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 26px);
  border: none;
  background-color: transparent;
  line-height: 3;
  height: 3em;
}

.designp .detop .der .searchx .stn {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  position: relative;
}

.designp .detop .der .searchx .stn img {
  width: 100%;
  display: block;
}

.designp .detop .der .searchx .stn .stc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}

.designp .desiglist {
  width: 100%;
  font-size: 0;
}

.designp .desiglist .desom {
  display: inline-block;
  vertical-align: top;
  width: calc(466/ 1440 * 100%);
  margin-right: calc(20 / 1440 * 100%);
  margin-bottom: 0.2rem;
  position: relative;
}

.designp .desiglist .desom a {
  width: 100%;
  display: block;
}

.designp .desiglist .desom .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.designp .desiglist .desom .imgs .img {
  width: 100%;
  padding-top: 68.24%;
  transition: all ease 0.5s;
}

.designp .desiglist .desom .pic {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.1rem 0.2rem;
  color: #444;
  line-height: 1.8;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: all ease 0.5s;
  opacity: 1;
}

.designp .desiglist .desom .eox {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 98, 175, 0.6);
  padding: 0.2rem;
  transition: all ease 0.5s;
  opacity: 0;
}

.designp .desiglist .desom .eox .eoc {
  width: 100%;
  padding: 0.3rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border: solid 1px rgba(246, 246, 246, 0.2);
}

.designp .desiglist .desom .eox .eoc .eit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.designp .desiglist .desom .eox .eoc .rob {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.designp .desiglist .desom .eox .eoc .rob .rbl {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.35rem);
  padding-right: 0.2rem;
}

.designp .desiglist .desom .eox .eoc .rob .rbl .rli {
  width: 100%;
  font-size: 0;
}

.designp .desiglist .desom .eox .eoc .rob .rbl .rli .rc {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
  margin-top: calc(0.75em - 0.08rem);
}

.designp .desiglist .desom .eox .eoc .rob .rbl .rli .rc img {
  width: 100%;
  display: block;
}

.designp .desiglist .desom .eox .eoc .rob .rbl .rli .rm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 16px - 0.1rem);
  line-height: 1.5;
  color: #fefefe;
}

.designp .desiglist .desom .eox .eoc .rob .rbr {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
  height: 0.35rem;
}

.designp .desiglist .desom .eox .eoc .rob .rbr img {
  width: 100%;
  display: block;
}

.designp .desiglist .desom:hover .imgs .img {
  transform: scale(1.1);
}

.designp .desiglist .desom:hover .eox {
  opacity: 1;
}

.designp .desiglist .desom:hover .pic {
  opacity: 0;
}

.designp .desiglist .desom:nth-child(3n) {
  margin-right: 0;
}

.designp .desiglist.item2 .desom {
  width: calc(705/ 1440 * 100%);
  margin-right: calc(29 / 1440 * 100%);
  margin-bottom: 0.3rem;
}

.designp .desiglist.item2 .desom .imgs .img {
  padding-top: 58.15%;
}

.designp .desiglist.item2 .desom:nth-child(3n) {
  margin-right: calc(29 / 1440 * 100%);
}

.designp .desiglist.item2 .desom:nth-child(2n) {
  margin-right: 0;
}

.designp .construn {
  width: 100%;
  font-size: 0;
}

.designp .construn .desom {
  display: inline-block;
  vertical-align: top;
  width: calc(710/ 1440 * 100%);
  margin-right: calc(19 / 1440 * 100%);
  margin-bottom: 0.2rem;
  position: relative;
}

.designp .construn .desom a {
  width: 100%;
  display: block;
}

.designp .construn .desom .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.designp .construn .desom .imgs .img {
  width: 100%;
  padding-top: 49.29%;
  transition: all ease 0.5s;
}

.designp .construn .desom .pic {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.1rem 0.2rem;
  color: #444;
  line-height: 1.8;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: all ease 0.5s;
  opacity: 1;
}

.designp .construn .desom .eox {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 98, 175, 0.6);
  padding: 0.2rem;
  transition: all ease 0.5s;
  opacity: 0;
}

.designp .construn .desom .eox .eoc {
  width: 100%;
  padding: 0.3rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border: solid 1px rgba(246, 246, 246, 0.2);
}

.designp .construn .desom .eox .eoc .eit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.designp .construn .desom .eox .eoc .rob {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.designp .construn .desom .eox .eoc .rob .rbl {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.35rem);
  padding-right: 0.2rem;
}

.designp .construn .desom .eox .eoc .rob .rbl .rli {
  width: 100%;
  font-size: 0;
}

.designp .construn .desom .eox .eoc .rob .rbl .rli .rc {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
  margin-top: calc(0.75em - 0.08rem);
}

.designp .construn .desom .eox .eoc .rob .rbl .rli .rc img {
  width: 100%;
  display: block;
}

.designp .construn .desom .eox .eoc .rob .rbl .rli .rm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 16px - 0.1rem);
  line-height: 1.5;
  color: #fefefe;
}

.designp .construn .desom .eox .eoc .rob .rbr {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
  height: 0.35rem;
}

.designp .construn .desom .eox .eoc .rob .rbr img {
  width: 100%;
  display: block;
}

.designp .construn .desom:nth-child(2n) {
  margin-right: 0;
}

.designp .construn .desom:hover .imgs .img {
  transform: scale(1.1);
}

.designp .construn .desom:hover .eox {
  opacity: 1;
}

.designp .construn .desom:hover .pic {
  opacity: 0;
}

.details {
  width: 100%;
  padding: 0.5rem 0;
}

.details .detailk {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.details .detailk .del {
  display: inline-block;
  vertical-align: middle;
  width: calc(420 / 1440 * 100%);
}

.details .detailk .del .dtc {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.details .detailk .del .line {
  width: 100%;
  font-size: 0;
  position: relative;
  margin-bottom: 0.3rem;
}

.details .detailk .del .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 5px;
  background-color: #0066cb;
}

.details .detailk .del .line:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.details .detailk .del .cinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.details .detailk .del .cinp p {
  color: #666;
  line-height: 1.5;
}

.details .detailk .del .vomt {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.details .detailk .del .vomt .vic {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0;
}

.details .detailk .del .vomt .vic .vm {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
}

.details .detailk .del .vomt .vic .vm img {
  width: 100%;
  display: block;
}

.details .detailk .del .vomt .vic .vrm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.8rem);
}

.details .detailk .del .vomt .vic .vrm .vt {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.details .detailk .del .vomt .vic .vrm .vd {
  width: 100%;
  color: #0066cb;
  line-height: 1.5;
}

.details .detailk .der {
  display: inline-block;
  vertical-align: middle;
  width: calc(932 / 1440 * 100%);
}

.details .detailk .der .derpers {
  width: 100%;
  position: relative;
  height: 6.3rem;
}

.details .detailk .der .derpers .swiper-container {
  height: 100%;
}

.details .detailk .der .derpers .swiper-slide {
  width: 100%;
}

.details .detailk .der .derpers .swiper-slide .imgs {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.details .detailk .der .derpers .swiper-slide .imgs .img {
  width: 100%;
  height: 100%;
  display: block;
}

.details .detailk .der .derpers .swiper-pagination {
  right: 0.3rem;
  display: none;
}

.details .detailk .der .derpers .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  margin: 8px 0;
}
.details .detailk .der .derpers .btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
}

.details .detailk .der .derpers .btn img {
  width: 100%;
  display: block;
}

.details .detailk .der .derpers .btn img:first-child {
  display: block;
}

.details .detailk .der .derpers .btn img:last-child {
  display: none;
}

.details .detailk .der .derpers .btn:hover img:first-child {
  display: none;
}

.details .detailk .der .derpers .btn:hover img:last-child {
  display: block;
}

.details .detailk .der .derpers .bl {
  left: 0;
}

.details .detailk .der .derpers .br {
  right: 0;
}

.details .dot {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}

.details .dot .stn {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: dashed 1px rgba(0, 0, 0, 0.1);
}

.details .dot .stn img {
  width: 100%;
  display: block;
}

.details .dot .stn img:first-child {
  display: block;
}

.details .dot .stn img:last-child {
  display: none;
}

.details .dot .sm {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  margin-left: 0.1rem;
}

.details .dot .dol {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  cursor: pointer;
}

.details .dot .dol a {
  width: 100%;
  display: block;
  font-size: 0;
}

.details .dot .dol .sm {
  margin-left: 0.1rem;
}

.details .dot .dol:hover .stn {
  background-color: #0062af;
  border: solid 1px #0062af;
}

.details .dot .dol:hover .stn img:first-child {
  display: none;
}

.details .dot .dol:hover .stn img:last-child {
  display: block;
}

.details .dot .dol:hover .sm {
  color: #0062af;
}

.details .dot .dor {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  cursor: pointer;
}

.details .dot .dor a {
  width: 100%;
  display: block;
  font-size: 0;
}

.details .dot .dor .sm {
  margin-right: 0.1rem;
}

.details .dot .dor:hover .stn {
  background-color: #0062af;
  border: solid 1px #0062af;
}

.details .dot .dor:hover .stn img:first-child {
  display: none;
}

.details .dot .dor:hover .stn img:last-child {
  display: block;
}

.details .dot .dor:hover .sm {
  color: #0062af;
}

.details .dot .dom {
  display: inline-block;
  vertical-align: middle;
}

.details .dot .dom a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.details .dot .dom:hover a {
  color: #0062af;
}

.recruits {
  width: 100%;
  padding: 0.6rem 0;
}

.recruits .recrtlis {
  width: 100%;
}

.recruits .recrtlis .ril {
  width: 100%;
  font-size: 0;
  background-color: #f5f8fd;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.recruits .recrtlis .ril .ritle {
  width: 100%;
  font-size: 0;
  display: flex;
  padding: 0.15rem;
  cursor: pointer;
}

.recruits .recrtlis .ril .ritle .rd {
  display: inline-block;
  vertical-align: middle;
  width: calc((100% - 3em) / 5);
  padding: 0.1rem;
  color: #666;
  line-height: 1.5;
  text-align: center;
}

.recruits .recrtlis .ril .ritle .rd:first-child {
  text-align: left;
}

.recruits .recrtlis .ril .ritle .rc {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  justify-content: center;
}

.recruits .recrtlis .ril .ritle .rc .cc {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  transition: all ease 0.5s;
}

.recruits .recrtlis .ril .ritle .rc .cc img {
  width: 100%;
  display: block;
}

.recruits .recrtlis .ril .ritle .rc .cc img:first-child {
  display: block;
}

.recruits .recrtlis .ril .ritle .rc .cc img:last-child {
  display: none;
}

.recruits .recrtlis .ril .reconp {
  width: 100%;
  padding: 0.4rem;
  display: none;
  background-color: #fff;
  border-top: solid 1px #e8e8e8;
}

.recruits .recrtlis .ril .reconp .renp {
  width: 100%;
  font-size: 0;
}

.recruits .recrtlis .ril .reconp .rinp {
  width: 100%;
  color: #666;
  line-height: 1.8;
}

.recruits .recrtlis .ril .reconp .rinp p {
  color: #666;
  line-height: 1.8;
}

.recruits .recrtlis .ril .reconp .rules {
  width: 100%;
  position: relative;
  margin-top: 0.2rem;
  overflow: hidden;
}

.recruits .recrtlis .ril .reconp .rules:after {
  content: ' ';
  clear: both;
  height: 0;
  position: absolute;
}

.recruits .recrtlis .ril .reconp .rules .riem {
  width: 45%;
  margin-right: 10%;
  margin-bottom: 0.3rem;
  display: inline-block;
  vertical-align: top;
}

.recruits .recrtlis .ril .reconp .rules .riem .rit {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.recruits .recrtlis .ril .reconp .rules .riem .pul {
  width: 100%;
  color: #666;
  line-height: 1.7;
}

.recruits .recrtlis .ril .reconp .rules .riem .pul p {
  color: #666;
  line-height: 1.7;
}

.recruits .recrtlis .ril .reconp .rules .riem:nth-child(2n) {
  margin-right: 0;
}

.recruits .recrtlis .ril .reconp .deliver {
  width: 100%;
  font-size: 0;
}

.recruits .recrtlis .ril .reconp .deliver a {
  display: inline-block;
  vertical-align: middle;
  background-color: #3073b1;
  color: #fff;
  line-height: 3;
  width: auto;
  padding: 0 0.4rem;
  border-radius: 1.5em;
}

.recruits .recrtlis .ril .reconp .deliver a span {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin-left: 0.2rem;
}

.recruits .recrtlis .ril .reconp .deliver a span img {
  width: 100%;
  display: block;
}

.recruits .recrtlis .ril.head .ritle {
  background-color: #0066cb;
}

.recruits .recrtlis .ril.head .ritle .rd {
  color: #fff;
}

.recruits .recrtlis .ril.head:hover .ritle {
  background-color: #0066cb;
}

.recruits .recrtlis .ril.head:hover .ritle .rd {
  color: #fff;
}

.recruits .recrtlis .ril.show .ritle .rd {
  color: #0066cb;
}

.recruits .recrtlis .ril.show .ritle .rc .cc {
  transform: rotate(180deg);
}

.recruits .recrtlis .ril.show .ritle .rc .cc img:first-child {
  display: none;
}

.recruits .recrtlis .ril.show .ritle .rc .cc img:last-child {
  display: block;
}

.recruits .recrtlis .ril:nth-child(2n) .ritle {
  background-color: #fff;
}

.recruits .recrtlis .ril:hover .ritle .rd {
  color: #0066cb;
}

.company {
  width: 100%;
  padding: 0.7rem 0;
}

.company .comls {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 0.4rem;
}

.company .comls .cml {
  display: inline-block;
  vertical-align: middle;
  width: calc(720 / 1440 * 100%);
}

.company .comls .cml .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.company .comls .cml .imgs .img {
  width: 100%;
  padding-top: 60%;
  transition: all ease 0.5s;
}

.company .comls .cmr {
  display: inline-block;
  vertical-align: middle;
  width: calc(615 / 1440 * 100%);
}

.company .comls .cmr .cip {
  width: 100%;
  color: #333;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

.company .comls .cmr .cip p {
  color: #333;
  line-height: 1.3;
}

.company .comls .cmr .cinm {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.company .comls .cmr .cinm p {
  color: #666;
  line-height: 1.5;
}

.company .dates {
  width: 100%;
  font-size: 0;
  margin-top: 0.6rem;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.company .dates .datem {
  display: inline-block;
  vertical-align: top;
  width: calc(288 / 1440 * 100%);
}

.company .dates .datem a {
  width: 100%;
  display: block;
  padding: 0.6rem 0.4rem;
  transition: all ease 0.5s;
  background-color: #fff;
}

.company .dates .datem .hc {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
}

.company .dates .datem .hc img {
  width: 100%;
  display: block;
}

.company .dates .datem .hc img:first-child {
  display: block;
}

.company .dates .datem .hc img:last-child {
  display: none;
}

.company .dates .datem .dum {
  width: 100%;
  color: #444;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.4rem 0 0.25rem;
}

.company .dates .datem .dum span {
  display: inline-block;
  color: #444;
  font-weight: bold;
  line-height: 1.5;
}

.company .dates .datem .dix {
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  height: 3em;
}

.honors {
  width: 100%;
  padding: 0.6rem 0;
}

.honors .honor {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 0.5rem;
}

.honors .honor .honl {
  display: inline-block;
  vertical-align: middle;
  width: calc(500 / 1440 * 100%);
}

.honors .honor .honl .honlper {
  width: 100%;
}

.honors .honor .honl .honlper .btn {
  display: block;
  margin: 0.15rem auto 0.15rem;
  width: 0.25rem;
  height: 0.25rem;
  cursor: pointer;
}

.honors .honor .honl .honlper .btn img {
  width: 100%;
  display: block;
}

.honors .honor .honl .honlper .btn img:first-child {
  display: block;
}

.honors .honor .honl .honlper .btn img:last-child {
  display: none;
}

.honors .honor .honl .honlper .btn:hover img:first-child {
  display: none;
}

.honors .honor .honl .honlper .btn:hover img:last-child {
  display: block;
}

.honors .honor .honl .honlper .swiper-container {
  width: 100%;
  height: 4.9rem;
}

.honors .honor .honl .honlper .swiper-slide {
  width: 100%;
  height: 3em;
  cursor: pointer;
}

.honors .honor .honl .honlper .swiper-slide .som {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.honors .honor .honl .honlper .swiper-slide .sm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  color: #333;
  line-height: 3;
  padding: 0 0.4rem;
  border-radius: 1.5em;
}

.honors .honor .honl .honlper .swiper-slide.on .sm, .honors .honor .honl .honlper .swiper-slide:hover .sm {
  background-color: #0062af;
  color: #fff;
}

.honors .honor .honr {
  display: inline-block;
  vertical-align: middle;
  width: calc(800 / 1440 * 100%);
}

.honors .honor .honr .base {
  width: 100%;
}

.honors .honor .honr .base .img {
  width: 100%;
  padding-top: 13.325%;
}

.honors .honor .honr .hoorm {
  width: 100%;
}

.honors .honor .honr .hoorm .humg {
  width: 100%;
  display: none;
}

.honors .honor .honr .hoorm .humg .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  width: calc(380 / 800 * 100%);
  margin: 0 auto;
}

.honors .honor .honr .hoorm .humg .img {
  width: 100%;
  display: block;
  padding-top: 76.84%;
}

.honors .honor .honr .hoorm .humg.on {
  display: block;
}

@media (max-width: 800px) {
  .honors .honor .honl .honlper {
    text-align: center;
  }
  .honors .honor .honl .honlper .btn {
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-90deg);
  }
  .honors .honor .honl .honlper .swiper-container {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1.2rem);
    margin: 0 0.2rem;
  }
  .honors .honor .honl .honlper .swiper-slide {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
}

.rightnav {
  position: fixed;
  right: 0.2rem;
  bottom: 20%;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 0.42rem;
  z-index: 10;
}

.rightnav .ritm {
  flex: 1;
  display: block;
  font-size: 0;
  position: relative;
  background-color: #0062af;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
}

.rightnav .ritm a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  right: 0;
  font-size: 0;
  width: 0.42rem;
}

.rightnav .ritm .atom {
  display: inline-block;
  vertical-align: middle;
  width: 0.42rem;
  height: 0.42rem;
}

.rightnav .ritm .atom img {
  width: 100%;
  display: block;
}

.rightnav .ritm .vm {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: auto;
  transition: all ease 0.5s;
  width: 0;
}

.rightnav .ritm .codm {
  position: absolute;
  right: 110%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  background-color: #fff;
  padding: 0.05rem;
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
  display: none;
}

.rightnav .ritm .codm img {
  width: 100%;
  display: block;
}

.rightnav .ritm.long {
  width: auto;
  background-color: #ff6600;
  border-radius: 0.3rem;
}

.rightnav .ritm.long a {
  width: auto;
  overflow-y: hidden;
  overflow-x: visible;
}

.rightnav .ritm.long .vm {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.05rem;
  padding-right: 0.15rem;
}

.rightnav .ritm + .ritm {
  margin-top: 0.1rem;
}

.rightnav .ritm:hover .codm {
  display: block;
}

@media (max-width: 800px) {
  .rightnav .ritm {
    width: 0.8rem;
    height: 0.8rem;
  }
  .rightnav .ritm a {
    width: 0.8rem;
  }
  .rightnav .ritm .atom {
    width: 0.8rem;
    height: 0.8rem;
  }
}


.newsom {
  width: 100%;
  padding: 0.6rem 0;
}

.newsom .newlist {
  width: 100%;
  font-size: 0;
}

.newsom .newlist .necom {
  display: inline-block;
  vertical-align: top;
  width: calc(450 / 1440 * 100%);
  margin-right: calc( 29 / 1440 * 100%);
  margin-bottom: 0.3rem;
}

.newsom .newlist .necom a {
  width: 100%;
  display: block;
}

.newsom .newlist .necom .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.newsom .newlist .necom .imgs .img {
  width: 100%;
  padding-top: 62.22%;
  transition: all ease 0.5s;
}

.newsom .newlist .necom .vom {
  width: 100%;
  background-color: #f5f8fd;
  padding: 0.3rem;
}

.newsom .newlist .necom .vom .vt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.newsom .newlist .necom .vom .vim {
  width: 100%;
  color: #999;
  line-height: 1.5;
  height: 4.5em;
  margin-top: 0.1rem;
}

.newsom .newlist .necom .vob {
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f8fd;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.3rem;
}

.newsom .newlist .necom .vob .vbl {
  display: inline-block;
  vertical-align: middle;
}

.newsom .newlist .necom .vob .vbr {
  display: inline-block;
  vertical-align: middle;
}

.newsom .newlist .necom .vob .vc {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.newsom .newlist .necom .vob .vc img {
  width: 100%;
  display: block;
}

.newsom .newlist .necom .vob .vm {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.newsom .newlist .necom .vob .vn {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  margin-left: 0.1rem;
}

.newsom .newlist .necom .vob .vn img {
  width: 100%;
  display: block;
}

.newsom .newlist .necom .vob .vg {
  display: inline-block;
  vertical-align: middle;
  color: #0066cb;
  line-height: 1.5;
}

.newsom .newlist .necom:nth-child(3n) {
  margin-right: 0;
}

.newsom .newlist .necom:hover .imgs .img {
  transform: scale(1.1);
}

.newsom .newlist .necom:hover .vom .vt {
  color: #0066cb;
}

.newsom .newpers {
  width: 100%;
  margin-bottom: 0.4rem;
  position: relative;
}

.newsom .newpers .swiper-slide {
  width: 100%;
  background-color: #f5f8fd;
}

.newsom .newpers .swiper-slide a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.newsom .newpers .swiper-slide .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc(720 / 1440 * 100%);
  position: relative;
  overflow: hidden;
}

.newsom .newpers .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 62.22%;
  transition: all ease 0.5s;
}

.newsom .newpers .swiper-slide .srom {
  display: inline-block;
  vertical-align: middle;
  width: calc(720 / 1440 * 100%);
  padding: 0.3rem 0.6rem;
}

.newsom .newpers .swiper-slide .srom .vop {
  width: 100%;
  font-size: 0;
}

.newsom .newpers .swiper-slide .srom .vop .vc {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.newsom .newpers .swiper-slide .srom .vop .vc img {
  width: 100%;
  display: block;
}

.newsom .newpers .swiper-slide .srom .vop .vm {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.newsom .newpers .swiper-slide .srom .vit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.newsom .newpers .swiper-slide .srom .vims {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin: 0.2rem 0;
}

.newsom .newpers .swiper-slide .srom .more {
  width: 100%;
  font-size: 0;
}

.newsom .newpers .swiper-slide .srom .more .sp {
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  color: #fff;
  background-color: #ff6600;
  border-radius: 1.5;
  padding: 0 0.4rem;
}

.newsom .newpers .btn {
  position: absolute;
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.newsom .newpers .btn img {
  width: 100%;
  display: block;
}

.newsom .newpers .btn img:first-child {
  display: block;
}

.newsom .newpers .btn img:last-child {
  display: none;
}

.newsom .newpers .btn:hover img:first-child {
  display: none;
}

.newsom .newpers .btn:hover img:last-child {
  display: block;
}

.newsom .newpers .bl {
  left: -0.6rem;
}

.newsom .newpers .br {
  right: -0.6rem;
}

@media (max-width: 1460px) {
  .newsom .newpers .bl {
    left: 0;
  }
  .newsom .newpers .br {
    right: 0;
  }
}

.netails {
  width: 100%;
  padding: 0.5rem 0 0;
}

.netails .netail {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.netails .netail .nel {
  display: inline-block;
  vertical-align: top;
  width: calc(940 / 1440 * 100%);
}

.netails .netail .nel .nit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.netails .netail .nel .nim {
  width: 100%;
  font-size: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0.25rem 0;
}

.netails .netail .nel .nim .nml {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
}

.netails .netail .nel .nim .nml .vc {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  width: 20px;
  height: 20px;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.netails .netail .nel .nim .nml .vc img {
  width: 100%;
  display: block;
}

.netails .netail .nel .nim .nml .vm {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.netails .netail .nel .nim .nmr {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
}

.netails .netail .nel .nim .nmr .am {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-left: 0.1rem;
}

.netails .netail .nel .nim .nmr .am a {
  width: 100%;
  display: block;
}

.netails .netail .nel .nim .nmr .am img {
  width: 100%;
  display: block;
}

.netails .netail .nel .nim .nmr .am img:first-child {
  display: block;
}

.netails .netail .nel .nim .nmr .am img:last-child {
  display: none;
}

.netails .netail .nel .nim .nmr .am:hover img:first-child {
  display: none;
}

.netails .netail .nel .nim .nmr .am:hover img:last-child {
  display: block;
}

.netails .netail .nel .ninp {
  width: 100%;
  color: #666;
  line-height: 1.6;
  padding: 0.3rem 0;
  margin: 0.1rem 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.netails .netail .nel .ninp p {
  color: #666;
  line-height: 1.6;
}

.netails .netail .nel .nobs {
  width: 100%;
  display: none;
}

.netails .netail .ner {
  display: inline-block;
  vertical-align: top;
  width: calc(420 / 1440 * 100%);
}

.netails .netail .ner .nir {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.netails .netail .ner .comentlis {
  width: 100%;
  font-size: 0;
}

.netails .netail .ner .comentlis .cmli {
  width: 100%;
  font-size: 0;
}

.netails .netail .ner .comentlis .cmli a {
  width: 100%;
  display: block;
}

.netails .netail .ner .comentlis .cmli .imgs {
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
  width: calc(180 / 420 * 100%);
  margin-right: calc(29 / 420 * 100%);
  position: relative;
  overflow: hidden;
}

.netails .netail .ner .comentlis .cmli .imgs .img {
  width: 100%;
  padding-top: 62.22%;
  transition: all ease 0.5s;
}

.netails .netail .ner .comentlis .cmli .pmn {
  display: inline-block;
  vertical-align: middle;
  width: calc(210 / 420 * 100%);
}

.netails .netail .ner .comentlis .cmli .pmn .pt {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
}

.netails .netail .ner .comentlis .cmli .pmn .nmc {
  width: 100%;
  font-size: 0;
  margin-top: 0.1rem;
}

.netails .netail .ner .comentlis .cmli .pmn .nmc .vc {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  width: 20px;
  height: 20px;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.netails .netail .ner .comentlis .cmli .pmn .nmc .vc img {
  width: 100%;
  display: block;
}

.netails .netail .ner .comentlis .cmli .pmn .nmc .vm {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.netails .netail .ner .comentlis .cmli + .cmli {
  margin-top: 0.2rem;
}

.netails .nobs {
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.netails .nob {
  width: 100%;
  padding: 0.2rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.netails .nob .ntn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.netails .nob .ntn a {
  display: inline-block;
  vertical-align: middle;
}

.netails .nob .ntn .nc {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  border: dashed 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.netails .nob .ntn .nc img {
  width: 100%;
  display: block;
}

.netails .nob .ntn .nc img:first-child {
  display: block;
}

.netails .nob .ntn .nc img:last-child {
  display: none;
}

.netails .nob .ntn .nn {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.netails .nob .ntn:hover .nc {
  border: solid 1px transparent;
}

.netails .nob .ntn:hover .nc img:first-child {
  display: none;
}

.netails .nob .ntn:hover .nc img:last-child {
  display: block;
}

.netails .nob .ntn:hover .nn {
  color: #0066cb;
}

.netails .nob .back {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.netails .nob .back:hover {
  color: #0066cb;
}

